home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / admin / linuxcon.000 / linuxcon / linuxconf-1.6 / xconf / xconf.p < prev    next >
Text File  |  1995-03-14  |  971b  |  30 lines

  1. /* adaptor.c 06/01/95 23.11.22 */
  2. int xconf_readconf (COMPONENTS&comp,
  3.      const char *dir,
  4.      const char *wild);
  5. int xconf_readconfall (COMPONENTS&comp,
  6.      const char *wild1,
  7.      const char *wild2);
  8. int xconf_adaptor (XCONFIG&xcfg);
  9. /* component.c 12/01/95 15.28.04 */
  10. /* error.c 08/01/95 21.42.08 */
  11. void xconf_notice (const NOTICE *notice);
  12. /* files.c 06/01/95 23.12.18 */
  13. int xconf_readflist (const char *fname, char *tbopt[], int maxopt);
  14. /* mouse.c 08/01/95 21.43.32 */
  15. int xconf_mouse (XCONFIG&xcfg);
  16. /* notice.c 17/08/94 23.35.48 */
  17. /* screen.c 08/01/95 21.43.42 */
  18. int xconf_screen (XCONFIG&xcfg);
  19. /* section.c 12/02/95 23.18.10 */
  20. /* section1.c 12/02/95 23.18.46 */
  21. /* section2.c 16/01/95 22.36.26 */
  22. /* stubs.c 14/03/95 23.46.08 */
  23. int xconf_main (int argc, char *argv[]);
  24. /* xconf.c 16/01/95 01.00.26 */
  25. int xconf_edit (void);
  26. int xconf_main (int argc, char *argv[]);
  27. /* xconf1.c 12/01/95 15.44.56 */
  28. int xconf_xok (char *status);
  29. /* xconfig.c 16/01/95 22.32.48 */
  30.